home *** CD-ROM | disk | FTP | other *** search
- Copyright (C) 1986 by M. J. Shannon, Jr.
- Permission to distribute for non-commercial uses granted as long as this
- notice is retained. Violators will be prosecuted.
-
- Here are some files/programs I've been working on in the last few weeks. All
- these programs compile and execute using the Lattice C compiler version 3.00G
- in large model. Since I am developing and using these programs on an AT&T PC
- 6300 PLUS running Simul-Task (gives simultaneous access to both UNIX and DOS)
- some editing of the makefiles make be necessary (if only to change some file
- names). Also, since ARC doesn't keep pathnames, you'll have to manually move
- the files into the proper directories.
-
- Notice the copyright information in the files. I mean it. You may not remove
- the notices, nor may you sell these files, nor may you incorporate them into
- products you might sell (I may get to a point where I will be in a position to
- sell software based on these routines, so I'm just covering MY rear-end, OK?).
- You MAY redistribute them to other people who will use them for non-commercial
- purposes, and I would appreciate it if anyone who makes additions and/or
- corrections contact me so that I may incorporate them into my copy for further
- redistribution and/or updating.
-
- files.dsc This file!
- all Makefile for all the programs here.
- getpat Makefile for getpat.exe.
- getpat.c Simple program to extract DX-100 patches to files.
- mpu/cpu.asm Assembler interface for sti() and cli().
- mpu/mpu Makefile for mpu.lib (make this FIRST!).
- mpu/mpu.h Header for all files using mpu.lib.
- mpu/mpudget.c mpudget() routine.
- mpu/mpudrr.c mpudrr() routine.
- mpu/mpudsr.c mpudsr() routine.
- mpu/mpuget.c mpuget() routine.
- mpu/mpuid.c mpuid() routine.
- mpu/mpuput.c mpuput() routine.
- mpu/mpuread.c mpuread() routine.
- mpu/mpusexcl.c mpusexcl() routine.
- mpu/dxpachng.c dxpachng() routine.
- mpu/dxswremt.c dxswremt() routine.
- record Makefile for record.exe.
- record.c Displays data from MIDI device.
- reset Makefile for reset.exe.
- reset.c Simply resets the MPU-401.
- setpat Makefile for setpat.exe.
- setpat.c Loads a patch to the edit buffer.
- shopat Makefile for shopat.exe.
- shopat.c Shows a DX-100 patch in Yamaha format.
-